Skip to content

Commit

Permalink
(#679) clean up test_lighthouse_core.c
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Feb 9, 2021
1 parent f49cd47 commit 9e5fce6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions test/modules/src/lighthouse/test_lighthouse_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,6 @@ initializeCalibDataFromStorage();
// Dummy mocks timer
uint32_t xTaskGetTickCount() {return 0;}
void vTaskDelay(const uint32_t ignore) {}
/*struct tmrTimerControl;
typedef struct tmrTimerControl * TimerHandle_t;
int timerBuffer;
int timer;
void xTimerStart(int ignore, uint32_t ignore1 ) {}
int xTimerCreateStatic( const char * const pcTimerName,
uint32_t xTimerPeriodInTicks,
const unsigned long uxAutoReload,
void * const pvTimerID,
int ignore1,
int ignore2) {return 0;}
short xTimerGenericCommand( TimerHandle_t xTimer,
const short xCommandID,
const uint32_t xOptionalValue,
short * const pxHigherPriorityTaskWoken,
const uint32_t xTicksToWait ) {return 0;}*/
void initLedTimer() {}
void startLedTimer() {}


static int nrOfCallsToStorageFetchForCalib = 0;
static size_t mockStorageFetchForCalib(char* key, void* buffer, size_t length, int cmock_num_calls);
Expand Down

0 comments on commit 9e5fce6

Please sign in to comment.