spi_flash: Update to fix SKR-3 config (#5827)

it seems I made an error with my code for the SKR 3, and I copied the code from the wrong host , this PR fixes that. I have just retested with the right code and works as expected, this is confirmed by @adelyser who brought the issue to my attention.

Signed-off-by: James Hartley <james@hartleyns.com>
This commit is contained in:
JamesH1978 2022-10-14 00:35:07 +01:00 committed by GitHub
parent 2bffa925c8
commit 638303b396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -89,8 +89,9 @@ BOARD_DEFS = {
},
'btt-skr-3': {
'mcu': 'stm32h743xx',
'spi_bus': 'spi3a',
'cs_pin': 'PA15',
'spi_bus': 'swspi',
'spi_pins': "PC8,PD2,PC12",
'cs_pin': 'PC11',
'skip_verify': True
},
'creality-v4.2.2': {