From c32b7492ea18673fb13d1935393cffbf8e23c30f Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Sun, 17 Nov 2024 18:38:39 -0800 Subject: [PATCH] Fix double comment --- custom_targets/custom_targets.json5 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/custom_targets/custom_targets.json5 b/custom_targets/custom_targets.json5 index 480c395..854ade2 100644 --- a/custom_targets/custom_targets.json5 +++ b/custom_targets/custom_targets.json5 @@ -67,8 +67,6 @@ }, // Internal RAM bank 2. Size 32k, start address 0x10000000 (though it is also aliased at 0x20020000). - // Note: Important to list this one first, because the bank listed first will become bank 0, and this - // target has a legacy linker script that expects that this bank is bank 0 instead of requesting it by name. "IRAM2": { "access": { "execute": false, @@ -86,4 +84,4 @@ } } } -} \ No newline at end of file +}