Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 761 → Rev 762

/C-OSD/trunk/osd_helpers.h
18,6 → 18,9
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
****************************************************************************/
 
#ifndef _OSD_HELPERS_H
#define _OSD_HELPERS_H
 
/* ##########################################################################
* compass stuff
* ##########################################################################*/
69,3 → 72,6
void draw_artificial_horizon(uint8_t, uint8_t, int16_t, int16_t);
 
void draw_agressiva_artificial_horizon(uint8_t, uint8_t, int16_t, int16_t);
 
 
#endif