Argh ! hidden, silent bug, as I always used port 0 for the pins. (Thank you cyprien...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 28 Jul 2014 08:51:23 +0000 (10:51 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
commit07acdbd4c4c4f3bd1e022b6c6108a682c9ac2190
tree5f70f239a71ed4e89ec2912411b916649b608891
parent0bf4230097b885df306cd44123b7758e7b36acde
Argh ! hidden, silent bug, as I always used port 0 for the pins. (Thank you cyprien for seeing this one :) Use the port number from the provided pio struct, not from our onw un-initialized one. And make sure both pio struct pointers are not NULL before using them ....
drivers/cc1101.c