Skip to content

Commit 48d6b5d

Browse files
committed
fixed include
1 parent 1aa3e7a commit 48d6b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121

2222
/* USER CODE END Header */
2323
/* Includes ------------------------------------------------------------------*/
24-
#include <aht20.h>
2524
#include "main.h"
2625

2726
/* Private includes ----------------------------------------------------------*/
2827
/* USER CODE BEGIN Includes */
28+
#include "aht20.h"
2929
#include "utils.h"
3030
#include <stdio.h>
3131
#include <string.h>

0 commit comments

Comments
 (0)