amacruz commited on
Commit
8b4d8d3
·
verified ·
1 Parent(s): d46b3a3

Update code_generator.py

Browse files
Files changed (1) hide show
  1. code_generator.py +1 -1
code_generator.py CHANGED
@@ -764,7 +764,7 @@ class SmartCodeGenerator:
764
  loop_code.append("delay(100); // Small delay for stability")
765
 
766
  return loop_code
767
- def generate_functions(self, circuit_type: str, features: List[str], platform: str) -> List[str]:
768
  """Generate custom function implementations"""
769
  functions = []
770
 
 
764
  loop_code.append("delay(100); // Small delay for stability")
765
 
766
  return loop_code
767
+ def generate_functions(self, circuit_type: str, features: List[str], platform: str) -> List[str]:
768
  """Generate custom function implementations"""
769
  functions = []
770