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 60f4764 commit c207e06Copy full SHA for c207e06
io.sloeber.tests/src/io/sloeber/providers/Arduino.java
@@ -17,7 +17,7 @@ public class Arduino extends MCUBoard {
17
private static final String AVRPlatformName = "Arduino AVR Boards";
18
private static final String SAMDPlatformName = "Arduino SAMD Boards (32-bits ARM Cortex-M0+)";
19
private static final String SAMPlatformName = "Arduino SAM Boards (32-bits ARM Cortex-M3)";
20
- private static final String NFR52PlatformName = "Arduino NRF52 Boards";
+ private static final String NFR52PlatformName = "Arduino nRF52 Boards";
21
private static final String intelPlatformName = "Intel Curie Boards";
22
private static final String jsonFileName ="package_index.json";
23
0 commit comments