diff --git a/bettery.c b/battery.c similarity index 99% rename from bettery.c rename to battery.c index 0a1702b..4af602d 100755 --- a/bettery.c +++ b/battery.c @@ -127,4 +127,4 @@ uint16 zclBattery_event_loop(uint8 task_id, uint16 events) { void zclBattery_HandleKeys(uint8 portAndAction, uint8 keyCode) { osal_start_timerEx(zclBattery_TaskId, ZCL_BATTERY_REPORT_EVT, ZCL_BATTERY_REPORT_DELAY); -} \ No newline at end of file +}