From d4c68c5afefbbee7fd5926a242b73f223c8ff3a2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 27 Oct 2014 23:54:20 +0100 Subject: Adding GDISP_NEED_ARCSECTOR stuff that was missing --- src/gdisp/sys_options.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/gdisp/sys_options.h b/src/gdisp/sys_options.h index f3d8875d..98be1a46 100644 --- a/src/gdisp/sys_options.h +++ b/src/gdisp/sys_options.h @@ -101,6 +101,14 @@ #ifndef GDISP_NEED_ELLIPSE #define GDISP_NEED_ELLIPSE FALSE #endif + /** + * @brief Are arc sector functions needed. + * @details Defaults to FALSE + * @note Uses integer algorithms only. It does not use any trig or floating point. + */ + #ifndef GDISP_NEED_ARCSECTORS + #define GDISP_NEED_ARCSECTORS FALSE + #endif /** * @brief Are arc functions needed. * @details Defaults to FALSE -- cgit v1.2.3