comment malloc lines out

This commit is contained in:
PolynomialDivision 2017-09-07 20:14:35 +02:00
parent c834261203
commit 32c5de1a5d
6 changed files with 19 additions and 17 deletions

View file

@ -80,6 +80,7 @@ typedef struct ap_s {
uint32_t freq;
uint8_t ht;
uint8_t vht;
uint8_t channel_utilization;
time_t time;
} ap;