Browse Source

Sub: Change to cmath header.

master
Rustom Jehangir 9 years ago committed by Andrew Tridgell
parent
commit
3a942434e7
  1. 2
      ArduSub/Sub.h

2
ArduSub/Sub.h

@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
// Header includes
////////////////////////////////////////////////////////////////////////////////
#include <math.h>
#include <cmath>
#include <stdio.h>
#include <stdarg.h>

Loading…
Cancel
Save