We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4963f1d commit 161664fCopy full SHA for 161664f
hardware/arduino/zunoG2/cores/LLCore/ZUNO_DependenciesCC.h
@@ -3,7 +3,6 @@
3
4
#include <stddef.h>
5
#include <stdint.h>
6
-#include "Custom_decl.h"
7
#include "Custom_defs.h"
8
9
#define ZUNO_CORE_VERSION_MAJOR 0x03
hardware/arduino/zunoG2/cores/includes/Arduino.h
@@ -8,6 +8,7 @@
#include "ArduinoTypes.h"
10
#include "LLCore.h"
11
+#include "Custom_decl.h"
12
#include "ZUNO_Definitions.h"
13
#include "ZUNO_StaticData.h"
14
#ifndef ZUNO_PREPROC_PHASE
0 commit comments