Skip to content

Commit

Permalink
squash rename bitband.h -> bit.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Jun 5, 2017
1 parent 57262e5 commit 0cd14d4
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1 deletion.
File renamed without changes.
1 change: 0 additions & 1 deletion cpu/cortexm_common/include/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "sched.h"
#include "thread.h"
#include "cpu_conf.h"
#include "bitband.h"

#ifdef __cplusplus
extern "C" {
Expand Down
1 change: 1 addition & 0 deletions cpu/kinetis_common/periph/adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <stdio.h>

#include "cpu.h"
#include "bit.h"
#include "mutex.h"
#include "periph/adc.h"

Expand Down
1 change: 1 addition & 0 deletions cpu/kinetis_common/periph/dac.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <stdint.h>

#include "cpu.h"
#include "bit.h"
#include "periph/dac.h"
#include "periph_conf.h"

Expand Down
1 change: 1 addition & 0 deletions cpu/kinetis_common/periph/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <stddef.h>
#include <stdint.h>
#include "cpu.h"
#include "bit.h"
#include "periph/gpio.h"

/**
Expand Down
1 change: 1 addition & 0 deletions cpu/kinetis_common/periph/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <stdlib.h>

#include "cpu.h"
#include "bit.h"
#include "board.h"
#include "periph_conf.h"
#include "periph/timer.h"
Expand Down
1 change: 1 addition & 0 deletions cpu/kinetis_common/periph/uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <math.h>

#include "cpu.h"
#include "bit.h"
#include "periph_conf.h"
#include "periph/uart.h"

Expand Down

0 comments on commit 0cd14d4

Please sign in to comment.