Skip to content

Commit 161664f

Browse files
committed
fix looping
1 parent 4963f1d commit 161664f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hardware/arduino/zunoG2/cores/LLCore/ZUNO_DependenciesCC.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#include <stddef.h>
55
#include <stdint.h>
6-
#include "Custom_decl.h"
76
#include "Custom_defs.h"
87

98
#define ZUNO_CORE_VERSION_MAJOR 0x03

hardware/arduino/zunoG2/cores/includes/Arduino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "ArduinoTypes.h"
1010
#include "LLCore.h"
11+
#include "Custom_decl.h"
1112
#include "ZUNO_Definitions.h"
1213
#include "ZUNO_StaticData.h"
1314
#ifndef ZUNO_PREPROC_PHASE

0 commit comments

Comments
 (0)