1
0
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:
Francisco Molina 2020-02-28 17:19:38 +01:00
parent 6b6479e6e9
commit 740a386b17
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8
2 changed files with 1 additions and 5 deletions

View File

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

View File

@ -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");