mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
core/*: reorder ENABLE_DEBUG after last include
This commit is contained in:
parent
46fc1f2ae6
commit
ff53307599
@ -29,13 +29,13 @@
|
|||||||
|
|
||||||
#include "periph/pm.h"
|
#include "periph/pm.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
|
||||||
#include "debug.h"
|
|
||||||
|
|
||||||
#ifdef MODULE_AUTO_INIT
|
#ifdef MODULE_AUTO_INIT
|
||||||
#include <auto_init.h>
|
#include <auto_init.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define ENABLE_DEBUG 0
|
||||||
|
#include "debug.h"
|
||||||
|
|
||||||
#ifndef CONFIG_BOOT_MSG_STRING
|
#ifndef CONFIG_BOOT_MSG_STRING
|
||||||
#define CONFIG_BOOT_MSG_STRING "main(): This is RIOT! (Version: " RIOT_VERSION ")"
|
#define CONFIG_BOOT_MSG_STRING "main(): This is RIOT! (Version: " RIOT_VERSION ")"
|
||||||
#endif
|
#endif
|
||||||
|
@ -28,11 +28,12 @@
|
|||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "irq.h"
|
#include "irq.h"
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
|
||||||
#include "debug.h"
|
|
||||||
#include "bitarithm.h"
|
#include "bitarithm.h"
|
||||||
#include "sched.h"
|
#include "sched.h"
|
||||||
|
|
||||||
|
#define ENABLE_DEBUG 0
|
||||||
|
#include "debug.h"
|
||||||
|
|
||||||
thread_status_t thread_getstatus(kernel_pid_t pid)
|
thread_status_t thread_getstatus(kernel_pid_t pid)
|
||||||
{
|
{
|
||||||
thread_t *thread = thread_get(pid);
|
thread_t *thread = thread_get(pid);
|
||||||
|
Loading…
Reference in New Issue
Block a user