From 5cbb82b9e0350da32184e14a9d81c8d2103f3f04 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Wed, 18 Oct 2017 00:36:11 +0100 Subject: [PATCH] Remove definition of old startup verbosity macros --- os/sys/platform.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/os/sys/platform.h b/os/sys/platform.h index 22d31d047..aef948ad0 100644 --- a/os/sys/platform.h +++ b/os/sys/platform.h @@ -71,20 +71,6 @@ #ifndef PLATFORM_H_ #define PLATFORM_H_ /*---------------------------------------------------------------------------*/ -/** - * Configuration of boot sequence verbosity. - * - * By default the boot sequence will print out startup messages. - * - * Define this to 0 in your contiki-conf.h or project-conf.h to turn off - * startup messages - */ -#ifdef PLATFORM_CONF_STARTUP_VERBOSE -#define PLATFORM_STARTUP_VERBOSE PLATFORM_CONF_STARTUP_VERBOSE -#else -#define PLATFORM_STARTUP_VERBOSE 1 -#endif -/*---------------------------------------------------------------------------*/ /** * Controls whether the platform provides a custom main loop *