mirror of
https://github.com/FunKey-Project/FunKey-GPIO-Mapping.git
synced 2025-12-12 17:58:54 +01:00
corrected printf args
This commit is contained in:
parent
2922367bc8
commit
66fc9ce9d9
@ -71,7 +71,7 @@ bool pcal6416a_init(void) {
|
||||
|
||||
/// GPIO expander chip found?
|
||||
if(!i2c_expander_addr){
|
||||
printf("In %s - Failed to acquire bus access and/or talk to slave, exit\n");
|
||||
printf("In %s - Failed to acquire bus access and/or talk to slave, exit\n", __func__);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user