Skip to content
Snippets Groups Projects
Commit fafa037f authored by Jeff Gough's avatar Jeff Gough
Browse files

Ran code-format.sh

parent c2354888
No related branches found
No related tags found
No related merge requests found
Pipeline #3281 passed
...@@ -14,7 +14,7 @@ int main(void) ...@@ -14,7 +14,7 @@ int main(void)
{ {
watchdog_init(); watchdog_init();
LOG_INFO("startup", "Epicardium startup ..."); LOG_INFO("startup", "Epicardium startup ...");
LOG_INFO("startup", "Version " CARD10_VERSION); LOG_INFO("startup", "Version " CARD10_VERSION);
LOG_DEBUG("startup", "Initializing hardware ..."); LOG_DEBUG("startup", "Initializing hardware ...");
......
...@@ -193,7 +193,7 @@ int hardware_init(void) ...@@ -193,7 +193,7 @@ int hardware_init(void)
/* Watchdog clearer software timer */ /* Watchdog clearer software timer */
watchdog_clearer_init(); watchdog_clearer_init();
/* Light Sensor */ /* Light Sensor */
LOG_DEBUG("init", "Starting light sensor ..."); LOG_DEBUG("init", "Starting light sensor ...");
epic_light_sensor_run(); epic_light_sensor_run();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment