Skip to content

Commit

Permalink
contiki-core: rename pbio-conf.h back to contiki-conf.h
Browse files Browse the repository at this point in the history
This reverts 9019f02. This way, there is a clear separation between
what is contiki and what is pbio.
  • Loading branch information
dlech committed Dec 17, 2019
1 parent 962d4db commit d784184
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/contiki-core/sys/cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#ifndef CC_H_
#define CC_H_

#include "pbio-conf.h"
#include "contiki-conf.h"
#include "sys/cc-gcc.h"

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/contiki-core/sys/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#ifndef CLOCK_H_
#define CLOCK_H_

#include "pbio-conf.h"
#include "contiki-conf.h"

/**
* A second, measured in system clock time.
Expand Down
2 changes: 1 addition & 1 deletion lib/contiki-core/sys/compower.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* @{
*/

#include "pbio-conf.h"
#include "contiki-conf.h"
#include "sys/energest.h"
#include "sys/compower.h"
#include "net/packetbuf.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/contiki-core/sys/energest.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/

#include "sys/energest.h"
#include "pbio-conf.h"
#include "contiki-conf.h"

#if ENERGEST_CONF_ON

Expand Down
2 changes: 1 addition & 1 deletion lib/contiki-core/sys/etimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* Adam Dunkels <[email protected]>
*/

#include "pbio-conf.h"
#include "contiki-conf.h"

#include "sys/etimer.h"
#include "sys/process.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/contiki-core/sys/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#ifndef LOG_H_
#define LOG_H_

#include "pbio-conf.h"
#include "contiki-conf.h"

#if LOG_CONF_ENABLED
void log_message(const char *part1, const char *part2);
Expand Down
2 changes: 1 addition & 1 deletion lib/contiki-core/sys/rtimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#ifndef RTIMER_H_
#define RTIMER_H_

#include "pbio-conf.h"
#include "contiki-conf.h"

#ifndef RTIMER_CLOCK_DIFF
typedef unsigned short rtimer_clock_t;
Expand Down
2 changes: 1 addition & 1 deletion lib/contiki-core/sys/stimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* @{
*/

#include "pbio-conf.h"
#include "contiki-conf.h"
#include "sys/clock.h"
#include "sys/stimer.h"

Expand Down
2 changes: 1 addition & 1 deletion lib/contiki-core/sys/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* @{
*/

#include "pbio-conf.h"
#include "contiki-conf.h"
#include "sys/clock.h"
#include "sys/timer.h"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d784184

Please sign in to comment.