Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import * as commonStorage from './storage/common_storage';
import * as clientSideStorage from './storage/client_side_storage';

import * as CustomBlocks from './blocks/setup_custom_blocks';
import { initialize as initializeGeneratedBlocks } from './blocks/utils/generated/initialize';
import { initialize as initializeRobotPyBlocks } from './blocks/utils/robotpy_initialize';
import * as ChangeFramework from './blocks/utils/change_framework'
import { mutatorOpenListener } from './blocks/mrc_class_method_def'

Expand Down Expand Up @@ -133,7 +133,7 @@ const App: React.FC = () => {
CustomBlocks.setup(forBlock);
Object.assign(pythonGenerator.forBlock, forBlock);
Object.assign(extendedPythonGenerator.forBlock, pythonGenerator.forBlock);
initializeGeneratedBlocks();
initializeRobotPyBlocks();
};

const initializeShownPythonToolboxCategories = async () => {
Expand Down
37 changes: 0 additions & 37 deletions src/blocks/generated/class_hal.AddressableLEDData.ts

This file was deleted.

39 changes: 0 additions & 39 deletions src/blocks/generated/class_hal.CANStreamMessage.ts

This file was deleted.

45 changes: 0 additions & 45 deletions src/blocks/generated/class_hal.ControlWord.ts

This file was deleted.

36 changes: 0 additions & 36 deletions src/blocks/generated/class_hal.JoystickAxes.ts

This file was deleted.

Loading