Skip to content

Commit

Permalink
#include <sys/time.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Feb 3, 2024
1 parent 52a4075 commit c06a58e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions board/longanpi-3h/tinymaix/tm_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ limitations under the License.
#define TM_DBGL() TM_PRINTF("###L%d\n", __LINE__);

/******************************* DBG TIME CONFIG ************************************/
#include <sys/time.h>
%08x
#include <timer.h>
#define TM_GET_US() time_us();

#define TM_DBGT_INIT() \
Expand Down

0 comments on commit c06a58e

Please sign in to comment.