Scan with SimpleList

This commit is contained in:
Stefan Kremser
2018-04-01 12:34:04 +02:00
parent 123c19e640
commit b3090d0d6b
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#include "Scan.h"
Scan::Scan() {
list = new LinkedList<uint16_t>;
list = new SimpleList<uint16_t>;
}
void Scan::sniffer(uint8_t* buf, uint16_t len) {