Browse Source

update

temp
tianjialong 2 years ago
parent
commit
5dabd8ae9c
  1. 36
      app/MDK-ARM/app.uvguix.29643
  2. 2
      app/MDK-ARM/app.uvprojx
  3. 2
      usersrc/usermain.c

36
app/MDK-ARM/app.uvguix.29643
File diff suppressed because it is too large
View File

2
app/MDK-ARM/app.uvprojx

@ -54,7 +54,7 @@
<CreateLib>0</CreateLib> <CreateLib>0</CreateLib>
<CreateHexFile>1</CreateHexFile> <CreateHexFile>1</CreateHexFile>
<DebugInformation>1</DebugInformation> <DebugInformation>1</DebugInformation>
<BrowseInformation>1</BrowseInformation>
<BrowseInformation>0</BrowseInformation>
<ListingPath></ListingPath> <ListingPath></ListingPath>
<HexFormatSelection>1</HexFormatSelection> <HexFormatSelection>1</HexFormatSelection>
<Merge32K>0</Merge32K> <Merge32K>0</Merge32K>

2
usersrc/usermain.c

@ -84,7 +84,7 @@ void set_spi_table_sck(uint8_t startoff)
table[SPI_SCK_TYPE][i] = 1; table[SPI_SCK_TYPE][i] = 1;
} }
} }
else if (i >= startoff && i < (startoff + 32))
else if (i >= startoff && i < (startoff + 16))
{ {
(clocklevel) ? (table[SPI_SCK_TYPE][i] = 1) : (table[SPI_SCK_TYPE][i] = 0); (clocklevel) ? (table[SPI_SCK_TYPE][i] = 1) : (table[SPI_SCK_TYPE][i] = 0);

Loading…
Cancel
Save