diff options
author | Joel Bodenmann <joel@embedded.pro> | 2016-07-14 18:57:51 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2016-07-14 18:57:51 +0200 |
commit | 2b279df17a236d7d649afa0b4b573a09f6b7b522 (patch) | |
tree | e4fa107f856f5d84c4a29ad3fa12d680b5ca43ad /src/gdisp/gdisp.h | |
parent | fe7da06d98caec7d2e0043ffa2cad1e6b64bc59c (diff) | |
download | uGFX-2b279df17a236d7d649afa0b4b573a09f6b7b522.tar.gz uGFX-2b279df17a236d7d649afa0b4b573a09f6b7b522.tar.bz2 uGFX-2b279df17a236d7d649afa0b4b573a09f6b7b522.zip |
Fixing comment
Diffstat (limited to 'src/gdisp/gdisp.h')
-rw-r--r-- | src/gdisp/gdisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/gdisp.h b/src/gdisp/gdisp.h index 64b55c6f..5cb91896 100644 --- a/src/gdisp/gdisp.h +++ b/src/gdisp/gdisp.h @@ -117,7 +117,7 @@ typedef struct GDisplay GDisplay; /** * @brief The default screen to use for the gdispXXXX calls. * @note This is set by default to the first display in the system. You can change - * it by calling @p gdispGSetDisplay(). + * it by calling @p gdispSetDisplay(). */ extern GDisplay *GDISP; |