stuff
This commit is contained in:
parent
67e4b2382b
commit
37bb77bc88
7 changed files with 78 additions and 49 deletions
|
@ -2,9 +2,7 @@
|
|||
#define _TFT_HPP
|
||||
|
||||
#include "daisy.h"
|
||||
|
||||
#include "scope.hpp"
|
||||
#include "audioc.hpp"
|
||||
|
||||
using namespace daisy;
|
||||
|
||||
|
@ -133,8 +131,6 @@ struct tft_cmd {
|
|||
{
|
||||
size_t i;
|
||||
|
||||
AUDIOC_ASSERT(param_len <= sizeof(_param_bytes));
|
||||
|
||||
i = 0;
|
||||
for (auto par : params) {
|
||||
_param_bytes[i++] = par;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue