This commit is contained in:
joeycastillo 2024-10-12 13:34:56 -04:00
parent 2d3412bb09
commit cc3ac4e20c
2 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,6 @@
* SOFTWARE.
*/
#ifdef HAS_IR_SENSOR
#include <stdlib.h>
#include <string.h>
#include "light_sensor_face.h"
@ -31,6 +29,8 @@
#include "eic.h"
#include "usb.h"
#ifdef HAS_IR_SENSOR
void light_sensor_face_setup(uint8_t watch_face_index, void ** context_ptr) {
(void) watch_face_index;
if (*context_ptr == NULL) {

View File

@ -24,10 +24,10 @@
#pragma once
#ifdef HAS_IR_SENSOR
#include "movement.h"
#ifdef HAS_IR_SENSOR
/*
* LIGHT SENSOR PLAYGROUND
*