fixup
This commit is contained in:
parent
2d3412bb09
commit
cc3ac4e20c
@ -22,8 +22,6 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAS_IR_SENSOR
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "light_sensor_face.h"
|
#include "light_sensor_face.h"
|
||||||
@ -31,6 +29,8 @@
|
|||||||
#include "eic.h"
|
#include "eic.h"
|
||||||
#include "usb.h"
|
#include "usb.h"
|
||||||
|
|
||||||
|
#ifdef HAS_IR_SENSOR
|
||||||
|
|
||||||
void light_sensor_face_setup(uint8_t watch_face_index, void ** context_ptr) {
|
void light_sensor_face_setup(uint8_t watch_face_index, void ** context_ptr) {
|
||||||
(void) watch_face_index;
|
(void) watch_face_index;
|
||||||
if (*context_ptr == NULL) {
|
if (*context_ptr == NULL) {
|
||||||
|
|||||||
@ -24,10 +24,10 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef HAS_IR_SENSOR
|
|
||||||
|
|
||||||
#include "movement.h"
|
#include "movement.h"
|
||||||
|
|
||||||
|
#ifdef HAS_IR_SENSOR
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* LIGHT SENSOR PLAYGROUND
|
* LIGHT SENSOR PLAYGROUND
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user