DAC external instead of null

This commit is contained in:
philippe44
2020-02-05 18:17:05 -08:00
parent 07b0d0cb6c
commit f9da2d2d0f
5 changed files with 5 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ extern struct buffer *outputbuf;
extern u8_t *silencebuf;
// by default no DAC selected
struct adac_s *adac = &dac_null;
struct adac_s *adac = &dac_external;
static log_level loglevel;