Skip to content

Commit

Permalink
Update aaa.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-alvin committed Nov 15, 2023
1 parent 5d1fa35 commit 162fdc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/aaa.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
*
* @note Please see the intel manual for more information on the instruction.
*
* @param buffer The buffer to write into.
* @returns A pointer to the buffer address.
*
* @note Also returns `NULL` if errors occur.
*/

uint8_t *aaa(uint8_t *buffer);
uint8_t *aaa();

0 comments on commit 162fdc9

Please sign in to comment.