Skip to content

Commit 0209751

Browse files
committed
mbed lib revision - 104
1 parent 0c7ec77 commit 0209751

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libraries/mbed/api/mbed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef MBED_H
1717
#define MBED_H
1818

19-
#define MBED_LIBRARY_VERSION 103
19+
#define MBED_LIBRARY_VERSION 104
2020

2121
#include "platform.h"
2222

workspace_tools/build_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
('RBLAB_BLENANO', ('ARM', 'GCC_ARM')),
9292
('WALLBOT_BLE', ('ARM', 'GCC_ARM')),
9393
('DELTA_DFCM_NNN40', ('ARM', 'GCC_ARM')),
94-
('NRF51_MICROBIT', ('ARM')),
95-
('NRF51_MICROBIT_B', ('ARM')),
94+
('NRF51_MICROBIT', ('ARM',)),
95+
('NRF51_MICROBIT_B', ('ARM',)),
9696

9797
('LPC11U68', ('ARM', 'uARM','GCC_ARM','GCC_CR', 'IAR')),
9898
('OC_MBUINO', ('ARM', 'uARM', 'GCC_ARM', 'IAR')),

0 commit comments

Comments
 (0)