Skip to content

Commit

Permalink
pbio: rename contiki-conf.h to pbio-conf.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Oct 27, 2018
1 parent b88cd69 commit 9019f02
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/pbio/sys/cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#ifndef CC_H_
#define CC_H_

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

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

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

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

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

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

#if ENERGEST_CONF_ON

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

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit 9019f02

Please sign in to comment.