From 9770cd8d6d9c8d8e89093855aeb2445b6844f898 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 22 Sep 2025 20:26:36 +0200 Subject: [PATCH] indent. --- avr/apps/ma_light/data.asm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/avr/apps/ma_light/data.asm b/avr/apps/ma_light/data.asm index 90669d3..2ff11ed 100644 --- a/avr/apps/ma_light/data.asm +++ b/avr/apps/ma_light/data.asm @@ -16,13 +16,13 @@ appMotionLightDataBegin: -appMotionLightTimer: .byte 2 -appMotionLightOnTime: .byte 2 -appMotionLightSources: .byte APP_MOTIONLIGHT_SOURCE_NUM*APP_MOTIONLIGHT_SOURCE_SIZE -appMotionLightLSourceAddr: .byte 1 -appMotionLightLSourceValueId: .byte 1 -appMotionLightLSourceValue: .byte 2 -appMotionLightLastBrightness: .byte 2 + appMotionLightTimer: .byte 2 + appMotionLightOnTime: .byte 2 + appMotionLightSources: .byte APP_MOTIONLIGHT_SOURCE_NUM*APP_MOTIONLIGHT_SOURCE_SIZE + appMotionLightLSourceAddr: .byte 1 + appMotionLightLSourceValueId: .byte 1 + appMotionLightLSourceValue: .byte 2 + appMotionLightLastBrightness: .byte 2 appMotionLightDataEnd: