Fixed typo
This commit is contained in:
parent
562a33aa16
commit
de64ed3975
|
@ -218,7 +218,7 @@ main(void)
|
||||||
#endif /* NETSTACK_CONF_WITH_IPV6 */
|
#endif /* NETSTACK_CONF_WITH_IPV6 */
|
||||||
|
|
||||||
process_start(&sensors_process, NULL);
|
process_start(&sensors_process, NULL);
|
||||||
#if PLATFOM_HAS_BUTTON
|
#if PLATFORM_HAS_BUTTON
|
||||||
SENSORS_ACTIVATE(button_sensor);
|
SENSORS_ACTIVATE(button_sensor);
|
||||||
#endif
|
#endif
|
||||||
energest_init();
|
energest_init();
|
||||||
|
|
Loading…
Reference in a new issue