the push is modified as follows:
1. delete some junk files. 2. mqttclient added comments and updated to v1.0.2. 3. update README.md. 4. update the author's own server certificate. 5. minor changes to salof.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "fifo.h"
|
||||
#include <string.h>
|
||||
|
||||
#ifdef USE_LOG
|
||||
|
||||
static unsigned int _flbs(unsigned int x) /* find last bit set*/
|
||||
{
|
||||
unsigned int r = 32;
|
||||
@@ -131,3 +133,4 @@ unsigned int fifo_write_able(fifo_t fifo)
|
||||
return (fifo->size - fifo_read_able(fifo));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user