Project

General

Profile

Revision d88f80e5

IDd88f80e5cbb99f68601850efc8f7cf923c4ccb3a
Parent 89f527ad
Child b99ee462

Added by Thomas Mullins about 10 years ago

Added blinky test program

View differences:

scout_avr/bom/bootloader.c
52 52
}
53 53

  
54 54
static void slave_rx(uint8_t *buf, int len) {
55
  if (len > 1) {
55
  if (len >= 1) {
56 56
    switch (buf[0]) {
57 57
      case BOM_I2C_PGRM:
58 58
        bom_pgrm(buf+1, len-1);

Also available in: Unified diff