Skip to content

Commit b758249

Browse files
committed
MPAE-18680 - attempt to fix missing include files
1 parent 215ce9d commit b758249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AT24cm02.X/AT24cm02.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "/mcc_generated_files/system/system.h"
2-
#include "AT24CM02.h"
1+
#include "mcc_generated_files/system/system.h"
2+
#include "AT24cm02.h"
33

44
uint8_t uread[1];
55
uint8_t uwrite[1];

0 commit comments

Comments
 (0)