Committed fix to BT485 dummy code as evidently something got decommitted.

This commit is contained in:
OBattler
2016-07-23 16:38:38 +02:00
parent a060f6bed0
commit fefef2597f

View File

@@ -8,7 +8,7 @@
int bt485_get_clock_divider(bt485_ramdac_t *ramdac) int bt485_get_clock_divider(bt485_ramdac_t *ramdac)
{ {
return 1; return 1; /* Will be implemented later. */
} }
void bt485_set_rs2(uint8_t rs2, bt485_ramdac_t *ramda) void bt485_set_rs2(uint8_t rs2, bt485_ramdac_t *ramda)