bsp/lpc176x: Remove blunt OPERATION_COUNT define

BSP-specific test customization needs a more sophisticated approach.

Close #3352.
This commit is contained in:
Sebastian Huber
2018-03-21 07:15:22 +01:00
parent e40c5896bd
commit 26623e37fd

View File

@@ -38,9 +38,6 @@
#include <rtems.h>
#include <bsp/default-initial-extension.h>
/** Define operation count for Tests */
#define OPERATION_COUNT 4
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */