]>
git.zerfleddert.de Git - rsbs2/blob - bmc/bmc.c
a7217efb263fad6b886eb9df13351024f4e30417
2 #include <avr/interrupt.h>
16 unsigned char buf
[24];
23 set_sleep_mode(SLEEP_MODE_IDLE
);
31 memcpy(buf
, (unsigned char*)i2c_databuf
, len
);
35 decode_ipmb_pkt(buf
, len
);