Project

General

Profile

Revision b99ee462

IDb99ee462d8d3f590e7d1fdc8dc06e99d5adb7bd5
Parent d88f80e5
Child 48418a96

Added by Thomas Mullins about 10 years ago

Changed strt_pgrm() to be a function instead of macro

The linker flags now define its location, so it's an rcall instead of icall.
Also, the BOM code is built as C now, not C++.

View differences:

scout_avr/bom/tiny-twi.c
29 29
  uint8_t start;
30 30
  uint8_t end;
31 31
  uint8_t data[SEND_BUF_SIZE];
32
  bool    full;
32
  uint8_t full;
33 33
} queue;
34 34

  
35 35
queue send_queue;

Also available in: Unified diff