Skip to content

Commit 3210b40

Browse files
committed
Merge pull request #1729 from mbedmicro/release
mbed lib v120
2 parents be6e09b + 3d98862 commit 3210b40

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

libraries/mbed/api/mbed.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/* mbed Microcontroller Library
32
* Copyright (c) 2006-2013 ARM Limited
43
*
@@ -17,7 +16,7 @@
1716
#ifndef MBED_H
1817
#define MBED_H
1918

20-
#define MBED_LIBRARY_VERSION 119
19+
#define MBED_LIBRARY_VERSION 120
2120

2221
#include "platform.h"
2322

workspace_tools/build_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
('ARM_MPS2_M7' , ('ARM',)),
129129
('ARM_MPS2_BEID' , ('ARM',)),
130130

131-
('RZ_A1H' , ('ARM', 'GCC_ARM', 'IAR')),
131+
('RZ_A1H' , ('ARM', 'GCC_ARM')),
132132

133133
('EFM32ZG_STK3200', ('GCC_ARM', 'uARM')),
134134
('EFM32HG_STK3400', ('GCC_ARM', 'uARM')),

0 commit comments

Comments
 (0)