mirror of https://github.com/ARMmbed/mbed-os.git
Take measures about optimization problems of web compiler.
parent
0ed93c1953
commit
808c3b4d7c
|
@ -16,6 +16,10 @@
|
|||
#ifndef MBED_DEVICE_H
|
||||
#define MBED_DEVICE_H
|
||||
|
||||
#if defined(__arm__) && (__ARMCC_VERSION <= 5040027)
|
||||
#pragma Ospace
|
||||
#endif
|
||||
|
||||
#define DEVICE_PORTIN 1
|
||||
#define DEVICE_PORTOUT 1
|
||||
#define DEVICE_PORTINOUT 1
|
||||
|
|
Loading…
Reference in New Issue