Commit ee3add81 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

software/include/fdelay_private.h: added CS_DAC SPI device select flag

parent 2da9c9db
......@@ -16,6 +16,8 @@
#include <stdint.h>
/* SPI Bus chip selects */
#define CS_DAC 0 /* AD9516 PLL */
#define CS_PLL 1 /* AD9516 PLL */
#define CS_GPIO 2 /* MCP23S17 GPIO */
......
Markdown is supported
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