Skip to content

Commit 66d475f

Browse files
boot.py: fix typo
1 parent abf8005 commit 66d475f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_filesystem/boot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# /2 = 19200 works, including camera at 9FPS
5151
# 28800 is between the two and still works with camera!
5252
# 30720 is /5 and is already too much
53-
BUFFER_SIZE = const(28800)
53+
_BUFFER_SIZE = const(28800)
5454
fb1 = display_bus.allocate_framebuffer(_BUFFER_SIZE, lcd_bus.MEMORY_INTERNAL | lcd_bus.MEMORY_DMA)
5555
fb2 = display_bus.allocate_framebuffer(_BUFFER_SIZE, lcd_bus.MEMORY_INTERNAL | lcd_bus.MEMORY_DMA)
5656

0 commit comments

Comments
 (0)