Index: trunk/firmware/Output/Debug/Obj/smartProtect/button.d
===================================================================
--- trunk/firmware/Output/Debug/Obj/smartProtect/button.d	(revision 9)
+++ trunk/firmware/Output/Debug/Obj/smartProtect/button.d	(revision 10)
@@ -35,3 +35,3 @@
   ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_pwr.h \
   ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_pwr_ex.h \
-  Core\inc\buzzer.h
+  Core\inc\buzzer.h Core\inc\leds.h
Index: trunk/firmware/Output/Debug/Obj/smartProtect/main.d
===================================================================
--- trunk/firmware/Output/Debug/Obj/smartProtect/main.d	(revision 9)
+++ trunk/firmware/Output/Debug/Obj/smartProtect/main.d	(revision 10)
@@ -35,5 +35,5 @@
   ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_pwr_ex.h \
   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h \
-  Core\inc\button.h Core\inc\buzzer.h Core\inc\relais.h \
+  Core\inc\button.h Core\inc\buzzer.h Core\inc\relais.h Core\inc\leds.h \
   Core\inc\modeswitch.h Core\inc\mode_mainswitch.h \
   Core\inc\mode_secondaryprotection.h
Index: trunk/firmware/Output/Debug/Obj/smartProtect/mode_mainswitch.d
===================================================================
--- trunk/firmware/Output/Debug/Obj/smartProtect/mode_mainswitch.d	(revision 9)
+++ trunk/firmware/Output/Debug/Obj/smartProtect/mode_mainswitch.d	(revision 10)
@@ -1,3 +1,38 @@
 Output/Debug/Obj/smartProtect/mode_mainswitch.bc: \
   D:\projekte\ecs_smartProtect\trunk\firmware\Core\src\mode_mainswitch.c \
-  Core\inc\mode_mainswitch.h Core\inc\button.h Core\inc\relais.h
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_ConfDefaults.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
+  Core\inc\mode_mainswitch.h Core\inc\button.h Core\inc\relais.h \
+  ..\firmware_cube\Core\Inc\main.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_ll_system.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\STM32C0xx\Device\Include\stm32c0xx.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\STM32C0xx\Device\Include\stm32c011xx.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\CMSIS_5\CMSIS\Core\Include\core_cm0plus.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\CMSIS_5\CMSIS\Core\Include\cmsis_version.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\CMSIS_5\CMSIS\Core\Include\cmsis_compiler.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\CMSIS_5\CMSIS\Core\Include\cmsis_gcc.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\CMSIS_5\CMSIS\Core\Include\mpu_armv7.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\STM32C0xx\Device\Include\system_stm32c0xx.h \
+  ..\firmware_cube\Core\Inc\stm32c0xx_hal_conf.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_rcc.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_def.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_ll_rcc.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_rcc_ex.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_gpio.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_gpio_ex.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_dma.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_dma_ex.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_cortex.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_exti.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_flash.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_flash_ex.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_pwr.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_pwr_ex.h \
+  Core\inc\leds.h
Index: trunk/firmware/Output/Debug/Obj/smartProtect/mode_secondaryprotection.d
===================================================================
--- trunk/firmware/Output/Debug/Obj/smartProtect/mode_secondaryprotection.d	(revision 9)
+++ trunk/firmware/Output/Debug/Obj/smartProtect/mode_secondaryprotection.d	(revision 10)
@@ -1,3 +1,38 @@
 Output/Debug/Obj/smartProtect/mode_secondaryprotection.bc: \
   D:\projekte\ecs_smartProtect\trunk\firmware\Core\src\mode_secondaryprotection.c \
-  Core\inc\mode_secondaryprotection.h
+  Core\inc\mode_secondaryprotection.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_ConfDefaults.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
+  Core\inc\button.h Core\inc\relais.h ..\firmware_cube\Core\Inc\main.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_ll_system.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\STM32C0xx\Device\Include\stm32c0xx.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\STM32C0xx\Device\Include\stm32c011xx.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\CMSIS_5\CMSIS\Core\Include\core_cm0plus.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\CMSIS_5\CMSIS\Core\Include\cmsis_version.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\CMSIS_5\CMSIS\Core\Include\cmsis_compiler.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\CMSIS_5\CMSIS\Core\Include\cmsis_gcc.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\CMSIS_5\CMSIS\Core\Include\mpu_armv7.h \
+  D:\projekte\ecs_smartProtect\trunk\firmware\STM32C0xx\Device\Include\system_stm32c0xx.h \
+  ..\firmware_cube\Core\Inc\stm32c0xx_hal_conf.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_rcc.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_def.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
+  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_ll_rcc.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_rcc_ex.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_gpio.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_gpio_ex.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_dma.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_dma_ex.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_cortex.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_exti.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_flash.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_flash_ex.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_pwr.h \
+  ..\firmware_cube\Drivers\STM32C0xx_HAL_Driver\Inc\stm32c0xx_hal_pwr_ex.h \
+  Core\inc\leds.h
Index: trunk/firmware/Output/Debug/Obj/smartProtect/smartProtect_files.ind
===================================================================
--- trunk/firmware/Output/Debug/Obj/smartProtect/smartProtect_files.ind	(revision 9)
+++ trunk/firmware/Output/Debug/Obj/smartProtect/smartProtect_files.ind	(revision 10)
@@ -9,4 +9,5 @@
 "Output/Debug/Obj/smartProtect/mode_secondaryprotection.bc"
 "Output/Debug/Obj/smartProtect/relais.bc"
+"Output/Debug/Obj/smartProtect/leds.bc"
 "Output/Debug/Obj/smartProtect/stm32c0xx_hal.bc"
 "Output/Debug/Obj/smartProtect/stm32c0xx_hal_cortex.bc"
