Externalize ERC 20 support

This commit is contained in:
BTChip github
2019-02-05 14:50:36 +01:00
parent 855d47b5af
commit b01c37e2ee
4 changed files with 149 additions and 17 deletions

View File

@@ -15,6 +15,8 @@
* limitations under the License.
********************************************************************************/
#ifdef HAVE_TOKENS_LIST
#include "tokens.h"
const tokenDefinition_t const TOKENS_AKROMA[NUM_TOKENS_AKROMA] = {};
@@ -1175,3 +1177,5 @@ const tokenDefinition_t const TOKENS_MIX[NUM_TOKENS_MIX] = {};
const tokenDefinition_t const TOKENS_REOSC[NUM_TOKENS_REOSC] = {};
const tokenDefinition_t const TOKENS_HPB[NUM_TOKENS_HPB] = {};
#endif