mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/periph_rtt: only disable periph_init_rtt
This commit is contained in:
parent
6b6479e6e9
commit
740a386b17
@ -3,6 +3,6 @@ include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_rtt
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
DISABLE_MODULE += periph_init_rtt
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -29,8 +29,6 @@
|
||||
#include "periph_conf.h"
|
||||
#include "periph/rtt.h"
|
||||
|
||||
#include "test_utils/interactive_sync.h"
|
||||
|
||||
#define TICKS_TO_WAIT (5 * RTT_FREQUENCY)
|
||||
|
||||
static volatile uint32_t last;
|
||||
@ -48,8 +46,6 @@ void cb(void *arg)
|
||||
|
||||
int main(void)
|
||||
{
|
||||
test_utils_interactive_sync();
|
||||
|
||||
puts("\nRIOT RTT low-level driver test");
|
||||
puts("This test will display 'Hello' every 5 seconds\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user