Subversion Repositories HomeAutomation

Rev

Rev 1855 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1855 Rev 1908
Line 19... Line 19...
19
 
19
 
20
Can_Return_t BIOS_CanSend(Can_Message_t* msg) {
20
Can_Return_t BIOS_CanSend(Can_Message_t* msg) {
21
    return Can_Send(msg);
21
    return Can_Send(msg);
22
}
22
}
23
 
23
 
-
 
24
uint32_t BIOS_GetHwId(void) {
-
 
25
    return NODE_HW_ID;
-
 
26
}