Skip to content

Commit 385d74b

Browse files
committed
Moved implemented methods to the correct section.
1 parent 8e5fe6a commit 385d74b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/FPS_GT511C3.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -299,21 +299,21 @@ class FPS_GT511C3
299299
// Generally, use high quality for enrollment, and low quality for verification/identification
300300
// Returns: True if ok, false if no finger pressed
301301
bool CaptureFinger(bool highquality);
302-
#ifndef __GNUC__
303-
#pragma endregion
304-
#endif //__GNUC__
305302

306-
#ifndef __GNUC__
307-
#pragma region -= Not implemented commands =-
308-
#endif //__GNUC__
309-
// Gets an image that is 258x202 (52116 bytes) and sends it over serial
303+
// Gets an image that is 258x202 (52116 bytes) and sends it over serial
310304
// Returns: True (device confirming download)
311305
bool GetImage();
312306

313307
// Gets an image that is qvga 160x120 (19200 bytes) and sends it over serial
314308
// Returns: True (device confirming download)
315309
bool GetRawImage();
310+
#ifndef __GNUC__
311+
#pragma endregion
312+
#endif //__GNUC__
316313

314+
#ifndef __GNUC__
315+
#pragma region -= Not implemented commands =-
316+
#endif //__GNUC__
317317
// Gets a template from the fps (498 bytes) in 4 Data_Packets
318318
// Use StartDataDownload, and then GetNextDataPacket until done
319319
// Parameter: 0-199 ID number

0 commit comments

Comments
 (0)