fixup for e28e808c - don't define variable in .h file

This commit is contained in:
Gabriel Somlo 2020-09-15 14:23:05 -04:00
parent a69273db50
commit e2719d4d71
2 changed files with 1 additions and 2 deletions

View file

@ -866,6 +866,7 @@ void sdrcal(void)
/*-----------------------------------------------------------------------*/
/* Initialization */
/*-----------------------------------------------------------------------*/
int sdrwl_delays[16];
int sdrinit(void)
{

View file

@ -31,8 +31,6 @@ void sdrwr(unsigned int addr);
/* Write Leveling */
/*-----------------------------------------------------------------------*/
int sdrwl_delays[16];
void sdrwlon(void);
void sdrwloff(void);
int write_level(void);