Skip to content

Commit

Permalink
Merge pull request #865 from thomaseichinger/redbee-econotag_fix_board_h
Browse files Browse the repository at this point in the history
redbee-econotag: include needed stdint.h
  • Loading branch information
Kijewski committed Mar 5, 2014
2 parents 83988b2 + 8e7b5a6 commit 39cf75e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/redbee-econotag/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#ifndef REDBEE_ECONOTAG_BOARD_H
#define REDBEE_ECONOTAG_BOARD_H

#include <stdint.h>

#define CTUNE 0xb
#define IBIAS 0x1f
#define FTUNE 0x7
Expand Down

0 comments on commit 39cf75e

Please sign in to comment.