Skip to content

Commit

Permalink
Include user lib at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Aug 24, 2020
1 parent 43f39b5 commit c9eca2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* This example uses direct processing function
* to process dummy NMEA data from GPS receiver
*/
#include "lwgps/lwgps.h"
#include <string.h>
#include <stdio.h>
#include "lwgps/lwgps.h"

/* GPS handle */
lwgps_t hgps;
Expand Down

0 comments on commit c9eca2e

Please sign in to comment.