diff options
Diffstat (limited to 'Libraries/LED_Driver/led_driver_process.h')
-rw-r--r-- | Libraries/LED_Driver/led_driver_process.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Libraries/LED_Driver/led_driver_process.h b/Libraries/LED_Driver/led_driver_process.h new file mode 100644 index 0000000..346a0c4 --- /dev/null +++ b/Libraries/LED_Driver/led_driver_process.h @@ -0,0 +1,6 @@ +#ifndef LED_DRIVER_PROCESS_INCLUDED +#define LED_DRIVER_PROCESS_INCLUDED + +void LEDDriverProcessFromISR ( void ); + +#endif //LED_DRIVER_PROCESS_INCLUDED
\ No newline at end of file |