Adds note about GroundStation compatibility

This commit is contained in:
Brendan Haines 2015-02-21 22:37:19 -07:00
parent 187ee6eb84
commit 540b6d6fc6
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// For use with v1 GroundStation
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,3 +1,5 @@
// For use with v1 GroundStation
#include <iostream> #include <iostream>
#include <stdio.h> #include <stdio.h>
#include <cstdlib> #include <cstdlib>