mirror of
https://github.com/kmackay/micro-ecc.git
synced 2026-09-11 11:40:05 +00:00
Clean up some header files.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/* Copyright 2015, Kenneth MacKay. Licensed under the BSD 2-clause license. */
|
||||
|
||||
#ifndef _UECC_ASM_AVR_H_
|
||||
#define _UECC_ASM_AVR_H_
|
||||
|
||||
#if __AVR_HAVE_EIJMP_EICALL__
|
||||
#define IJMP "eijmp \n\t"
|
||||
#else
|
||||
@@ -951,3 +956,5 @@ uECC_VLI_API void uECC_vli_square(uECC_word_t *result,
|
||||
}
|
||||
#define asm_square 1
|
||||
#endif /* uECC_SQUARE_FUNC && !asm_square */
|
||||
|
||||
#endif /* _UECC_ASM_AVR_H_ */
|
||||
|
||||
Reference in New Issue
Block a user