From 3d16ad028d69acc581095430d20463ed66f65779 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Sat, 21 May 2016 13:16:58 +0200 Subject: Add code to access the keystore memory (SPI flash). --- stm-fpgacfg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stm-fpgacfg.h') diff --git a/stm-fpgacfg.h b/stm-fpgacfg.h index 367aa3d..0d5eeb9 100644 --- a/stm-fpgacfg.h +++ b/stm-fpgacfg.h @@ -69,8 +69,7 @@ gpio_output(FPGA_INIT_Port, FPGA_INIT_Pin, GPIO_PIN_RESET); \ gpio_output(FPGA_PROGRAM_Port, FPGA_PROGRAM_Pin, GPIO_PIN_SET); \ /* Configure FPGA_DONE input pin */ \ - //gpio_input(FPGA_DONE_Port, FPGA_DONE_Pin, GPIO_PULLUP) \ - 1 + gpio_input(FPGA_DONE_Port, FPGA_DONE_Pin, GPIO_PULLUP) enum fpgacfg_access_ctrl { -- cgit v1.2.3