File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525
2626// check if SPI is supported on this device
2727#if !DEVICE_SPI
28- #error SPI is not supported on this platform, add 'DEVICE_SPI' definition to your platform.
28+ #error [NOT_SUPPORTED] SPI is not supported on this platform, add 'DEVICE_SPI' definition to your platform.
2929#endif
3030
3131using namespace utest ::v1;
Original file line number Diff line number Diff line change 1717// #error [NOT_SUPPORTED] PWM tests are still being written and validated, not for public use yet.
1818
1919#if !DEVICE_PWMOUT
20- #error PWMOUT not supported on this platform, add 'DEVICE_PWMOUT' definition to your platform.
20+ #error [NOT_SUPPORTED] PWMOUT not supported on this platform, add 'DEVICE_PWMOUT' definition to your platform.
2121#endif
2222
2323#include " mbed.h"
Original file line number Diff line number Diff line change 11// check if SPI is supported on this device
22#if !DEVICE_SPI
3- #error SPI is not supported on this platform, add 'DEVICE_SPI' definition to your platform.
3+ #error [NOT_SUPPORTED] SPI is not supported on this platform, add 'DEVICE_SPI' definition to your platform.
44#endif
55
66#include " mbed.h"
You can’t perform that action at this time.
0 commit comments