Skip to content
Snippets Groups Projects
Commit 1372fa34 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Removed offset (seems to not need it).

parent f5e8b581
No related merge requests found
......@@ -7,7 +7,7 @@
#include <max5443.h>
volatile int16_t max5443_offset = 105;
volatile int16_t max5443_offset = 0;
struct usart_spi_device spi_device_conf_c = {
.id = IOPORT_CREATE_PIN(PORTC, 4)
......
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment