forked from espressif/arduino-esp32
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 82e208c
Fixed incorrect board name for TinyPICO - You can now use this to detect it's a TinyPICO at compile time.... (espressif#3567)
#ifdef ARDUINO_TINYPICO
// It's a TinyPICO!
#endif1 parent e7c9813 commit 82e208c
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
327 | - | ||
327 | + | ||
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
|
0 commit comments