Skip to content

Commit

Permalink
firmware: app: libs: libpredict: Modifying the library for compiling …
Browse files Browse the repository at this point in the history
…in CCS #335
  • Loading branch information
mgm8 committed Jul 19, 2023
1 parent 741779c commit ef90c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/app/libs/libpredict/src/unsorted.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
/* #include <sys/time.h> */
#include <time.h>
#include <unistd.h>
/* #include <unistd.h> */

/**
* Set three-element vector to specified components.
Expand Down

0 comments on commit ef90c86

Please sign in to comment.