Commit 9dda1489 authored by Tristan Gingold's avatar Tristan Gingold

fw/fd: reduce size of pll.o

parent bd79312b
......@@ -21,11 +21,11 @@
#include "wrtd-fw-internals.h"
struct ad9516_reg {
int reg;
int val;
unsigned short reg;
unsigned char val;
};
const struct ad9516_reg __9516_regs[] = {
static const struct ad9516_reg __9516_regs[] = {
{0x0000, 0x99}, /* Config SPI */
{0x0001, 0x00},
{0x0002, 0x10},
......
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