Take measures about optimization problems of web compiler.

pull/835/head
Masao Hamanaka 2015-01-07 19:09:22 +09:00
parent 0ed93c1953
commit 808c3b4d7c
1 changed files with 4 additions and 0 deletions

View File

@ -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